summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-26 14:29:28 -0500
committerAugust Sodora <augsod@gmail.com>2011-11-26 14:29:28 -0500
commit2554f7a543c68f4175b042f15bf0aa3df2ddd608 (patch)
treeee498600cdaa2aee3a7940fbafc064343452a147 /svl
parent38e0df5b2ece3c80c64beb2f0cc3a2abe6bd475f (diff)
Mark as private
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/lngmisc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/lngmisc.hxx b/svl/inc/svl/lngmisc.hxx
index cfa21bac5ff7..9d34083928a4 100644
--- a/svl/inc/svl/lngmisc.hxx
+++ b/svl/inc/svl/lngmisc.hxx
@@ -57,7 +57,7 @@ inline sal_Bool IsControlChar( sal_Unicode cChar )
return cChar < static_cast<sal_Unicode>(' ');
}
-SVL_DLLPUBLIC sal_Int32 GetNumControlChars( const rtl::OUString &rTxt );
+SVL_DLLPRIVATE sal_Int32 GetNumControlChars( const rtl::OUString &rTxt );
SVL_DLLPUBLIC sal_Bool RemoveHyphens( rtl::OUString &rTxt );
SVL_DLLPUBLIC sal_Bool RemoveControlChars( rtl::OUString &rTxt );