summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
diff options
context:
space:
mode:
authorMichael Callahan <callahan@xmission.com>2010-12-06 10:36:08 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-06 10:36:53 +0000
commiteaaedfba761123d5e0bb801d3f5575e3989f86df (patch)
treec3fccd29b1eca3632688acd596fbaa3624253639 /cui/source/customize/cfg.cxx
parent304048cd6ce6677fcbb436ddecf78fdd9bdeda0d (diff)
remove obsolete __FAR_DATA
Diffstat (limited to 'cui/source/customize/cfg.cxx')
-rw-r--r--cui/source/customize/cfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 2e1717031019..96f989916117 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -113,9 +113,9 @@ static const char ITEM_TOOLBAR_URL[] = "private:resource/toolbar/";
static const char CUSTOM_TOOLBAR_STR[] = "custom_toolbar_";
static const char CUSTOM_MENU_STR[] = "vnd.openoffice.org:CustomMenu";
-static const char __FAR_DATA pSeparatorStr[] =
+static const char pSeparatorStr[] =
"----------------------------------";
-static const char __FAR_DATA pMenuSeparatorStr[] = " | ";
+static const char pMenuSeparatorStr[] = " | ";
#ifdef _MSC_VER
#pragma warning (disable:4355)