summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salgdilayout.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:56:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:56:20 +0000
commitdd46db3c6133927044e05aaba57ebd1a0ff4027f (patch)
tree7ab8280e2e6cb55aeda9d65c3cf5320116181092 /vcl/source/gdi/salgdilayout.cxx
parentca6c4d47055ab4d7ff1d9173ed181c1ff66391a9 (diff)
INTEGRATION: CWS vcl26 (1.17.84); FILE MERGED
2004/08/25 15:54:17 pl 1.17.84.1: #i23496# filterText, used for fax numbers
Diffstat (limited to 'vcl/source/gdi/salgdilayout.cxx')
-rw-r--r--vcl/source/gdi/salgdilayout.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx
index 3c5c48809b12..0530eaa74cdd 100644
--- a/vcl/source/gdi/salgdilayout.cxx
+++ b/vcl/source/gdi/salgdilayout.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdilayout.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:49:10 $
+ * last change: $Author: hr $ $Date: 2004-09-08 15:56:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -571,3 +571,8 @@ BOOL SalGraphics::GetNativeControlRegion( ControlType nType, ControlPart nPart,
return getNativeControlRegion( nType, nPart, rControlRegion, nState, aValue, rControlHandle, aCaption,
rNativeBoundingRegion, rNativeContentRegion );
}
+
+bool SalGraphics::filterText( const String& rOrigText, String& rNewText, xub_StrLen nIndex, xub_StrLen& rLen, xub_StrLen& rCutStart, xub_StrLen& rCutStop )
+{
+ return false;
+}