summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/initui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/utlui/initui.cxx')
-rw-r--r--sw/source/uibase/utlui/initui.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/utlui/initui.cxx b/sw/source/uibase/utlui/initui.cxx
index cf64f93fefa4..8f23fee615fc 100644
--- a/sw/source/uibase/utlui/initui.cxx
+++ b/sw/source/uibase/utlui/initui.cxx
@@ -51,7 +51,7 @@ enum CachedStringID
{
OldGrfCat,
OldTabCat,
- OldFrmCat,
+ OldFrameCat,
OldDrwCat,
CurrGlosGroup,
CachedStrings
@@ -106,14 +106,14 @@ void SetOldTabCat(const OUString& sStr)
SetCachedString(OldTabCat, sStr);
}
-OUString GetOldFrmCat()
+OUString GetOldFrameCat()
{
- return GetCachedString(OldFrmCat);
+ return GetCachedString(OldFrameCat);
}
-void SetOldFrmCat(const OUString& sStr)
+void SetOldFrameCat(const OUString& sStr)
{
- SetCachedString(OldFrmCat, sStr);
+ SetCachedString(OldFrameCat, sStr);
}
OUString GetOldDrwCat()