diff options
author | Andras Timar <atimar@suse.com> | 2013-03-26 11:10:45 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-03-27 09:33:00 +0100 |
commit | 73ff49f47dda14391f0c118f62002cb42680624e (patch) | |
tree | 361fb6fecc7ce1e3466036f967614cd5afe3122d /rsc/inc/rscstr.hxx | |
parent | 95c586d5c034115fd252c5fb0e4637bf9dc68a4d (diff) |
remove unused functionality from Resource Compiler
and remove ASCII art comments and other useless comments
Change-Id: Iafa5eb5aa421b38b325bdc7cea6045b43a5c582a
Diffstat (limited to 'rsc/inc/rscstr.hxx')
-rw-r--r-- | rsc/inc/rscstr.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rsc/inc/rscstr.hxx b/rsc/inc/rscstr.hxx index cbad2075fe68..87da46f7fae2 100644 --- a/rsc/inc/rscstr.hxx +++ b/rsc/inc/rscstr.hxx @@ -24,7 +24,6 @@ #include <rschash.hxx> #include <rsctop.hxx> -/******************* R s c S t r i n g ***********************************/ class RscString : public RscTop { RscTop * pRefClass; @@ -64,8 +63,6 @@ public: RscTypCont * pTC, sal_uInt32 nTab, const char * ); ERRTYPE WriteRc( const RSCINST &, RscWriteRc & aMem, RscTypCont * pTC, sal_uInt32, sal_Bool bExtra ); - virtual void WriteRcAccess( FILE * fOutput, RscTypCont * pTC, - const char * ); }; #endif // _RSCSTR_HXX |