summaryrefslogtreecommitdiff
path: root/svx/source/items/numfmtsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/numfmtsh.cxx')
-rw-r--r--svx/source/items/numfmtsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index ae86e5fc3ae6..612d6c1cbe33 100644
--- a/svx/source/items/numfmtsh.cxx
+++ b/svx/source/items/numfmtsh.cxx
@@ -1152,7 +1152,7 @@ bool SvxNumberFormatShell::IsAdded_Impl( size_t nKey )
// Konvertierungs-Routinen:
void SvxNumberFormatShell::PosToCategory_Impl(sal_uInt16 nPos, short& rCategory) const
{
- // Kategorie ::com::sun::star::form-Positionen abbilden (->Resource)
+ // Kategorie css::form-Positionen abbilden (->Resource)
switch ( nPos )
{
case CAT_USERDEFINED: rCategory = css::util::NumberFormat::DEFINED; break;
@@ -1172,7 +1172,7 @@ void SvxNumberFormatShell::PosToCategory_Impl(sal_uInt16 nPos, short& rCategory)
void SvxNumberFormatShell::CategoryToPos_Impl(short nCategory, sal_uInt16& rPos) const
{
- // Kategorie auf ::com::sun::star::form-Positionen abbilden (->Resource)
+ // Kategorie auf css::form-Positionen abbilden (->Resource)
switch ( nCategory )
{
case css::util::NumberFormat::DEFINED: rPos = CAT_USERDEFINED; break;