summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/convert.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-15 08:55:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-15 09:07:49 +0100
commitc54f77b7180b271fecff3737bc391e19f050ec11 (patch)
tree1143e3d23b0478dd8600f4d44741df2a446f0b21 /forms/source/xforms/convert.hxx
parentRNG: Externalize strings and add .ui to UIConfig (diff)
downloadcore-c54f77b7180b271fecff3737bc391e19f050ec11.tar.gz
core-c54f77b7180b271fecff3737bc391e19f050ec11.zip
callcatcher: update unused code
All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802
Diffstat (limited to 'forms/source/xforms/convert.hxx')
-rw-r--r--forms/source/xforms/convert.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/xforms/convert.hxx b/forms/source/xforms/convert.hxx
index f3fa5243c9d5..3e19e3c61a78 100644
--- a/forms/source/xforms/convert.hxx
+++ b/forms/source/xforms/convert.hxx
@@ -72,10 +72,6 @@ public:
/// convert XML representation to Any of given type
Any_t toAny( const OUString&, const Type_t& );
- /** replace all occurrences 0x08, 0x0A, 0x0D with 0x20
- */
- static OUString replaceWhitespace( const OUString& _rString );
-
/** replace all sequences of 0x08, 0x0A, 0x0D, 0x20 with a single 0x20.
also strip leading/trailing whitespace.
*/