diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-08 10:44:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-10 08:51:13 +0100 |
commit | 625d5639cb983d35179747b29b5f54e50ade929a (patch) | |
tree | 50b828d0f63eb0ac18d0d0f6cd32b3e0cdaef78e /sw | |
parent | 460ed871fa2e9b4ff0ba1c729a49568c2f6ec6f6 (diff) |
aEmptyByteStr unnecessary
Diffstat (limited to 'sw')
-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 |