diff options
-rw-r--r-- | sw/inc/swtypes.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/bastyp/swtypes.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index c0b7b92a616d..ca036da3a048 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -96,7 +96,6 @@ const SwTwips lMinBorder = 1134; // Constant strings. SW_DLLPUBLIC extern UniString aEmptyStr; // "" -extern ByteString aEmptyByteStr; // "" SW_DLLPUBLIC extern UniString aDotStr; // '.' // For inserting of captions (what and where to insert). diff --git a/sw/source/core/bastyp/swtypes.cxx b/sw/source/core/bastyp/swtypes.cxx index a683ed170c0f..ef21a118cdb7 100644 --- a/sw/source/core/bastyp/swtypes.cxx +++ b/sw/source/core/bastyp/swtypes.cxx @@ -58,7 +58,6 @@ using namespace com::sun::star; -ByteString aEmptyByteStr; // Konstante Strings String aEmptyStr; // Konstante Strings String aDotStr('.'); // Konstante Strings |