LibreOffice Module desktop (master)
1
|
information for the UI elements to be migrated for one module More...
#include <migration_impl.hxx>
Public Member Functions | |
MigrationModuleInfo () | |
Public Attributes | |
OUString | sModuleShortName |
bool | bHasMenubar |
std::vector< OUString > | m_vToolbars |
information for the UI elements to be migrated for one module
Definition at line 115 of file migration_impl.hxx.
|
inline |
Definition at line 121 of file migration_impl.hxx.
References false.
bool desktop::MigrationModuleInfo::bHasMenubar |
Definition at line 118 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::detectUIChangesForAllModules().
std::vector< OUString > desktop::MigrationModuleInfo::m_vToolbars |
Definition at line 119 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::detectUIChangesForAllModules().
OUString desktop::MigrationModuleInfo::sModuleShortName |
Definition at line 117 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::detectUIChangesForAllModules().