diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-03-08 13:04:29 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-03-08 13:04:29 +0100 |
commit | 64b01b14d1b43bcb67ccf1ac7337555803c5ddd0 (patch) | |
tree | ae05f5cbc8d21638967641c60b4887f9b5dc0d7c /rsc/inc | |
parent | 0e4d294db8bc143bb686fd845a46c80d5cb5ad02 (diff) |
vcl110: #i109912# removed unused funtion (thanks cmc)
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rsctools.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx index fd8e49135eb0..c5e73dbd9df7 100644 --- a/rsc/inc/rsctools.hxx +++ b/rsc/inc/rsctools.hxx @@ -71,7 +71,6 @@ class RscChar { public: static char * MakeUTF8( char * pStr, UINT16 nTextEncoding ); - static char * MakeUTF8FromL( char * pStr ); }; /****************** R s c P t r P t r ************************************/ |