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 116 of file migration_impl.hxx.
|
inline |
Definition at line 122 of file migration_impl.hxx.
bool desktop::MigrationModuleInfo::bHasMenubar |
Definition at line 119 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::detectUIChangesForAllModules().
std::vector< OUString > desktop::MigrationModuleInfo::m_vToolbars |
Definition at line 120 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::detectUIChangesForAllModules().
OUString desktop::MigrationModuleInfo::sModuleShortName |
Definition at line 118 of file migration_impl.hxx.
Referenced by desktop::MigrationImpl::detectUIChangesForAllModules().