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/inc | |
parent | 460ed871fa2e9b4ff0ba1c729a49568c2f6ec6f6 (diff) |
aEmptyByteStr unnecessary
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swtypes.hxx | 1 |
1 files changed, 0 insertions, 1 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). |