Kaydet (Commit) 1a13c279 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: I67ed29e0669ab189f158aca4c6f0dd95fac3ea1a
üst c10b8c2f
...@@ -934,11 +934,6 @@ namespace ...@@ -934,11 +934,6 @@ namespace
public: public:
_SwSaveTypeCountContent() { TYPECOUNT.nTypeCount = 0; nContent = 0; } _SwSaveTypeCountContent() { TYPECOUNT.nTypeCount = 0; nContent = 0; }
_SwSaveTypeCountContent( sal_uInt16 nType )
{
SetTypeAndCount( nType, 0 );
nContent = 0;
}
_SwSaveTypeCountContent( const std::vector<sal_uLong> &rArr, sal_uInt16& rPos ) _SwSaveTypeCountContent( const std::vector<sal_uLong> &rArr, sal_uInt16& rPos )
{ {
TYPECOUNT.nTypeCount = rArr[ rPos++ ]; TYPECOUNT.nTypeCount = rArr[ rPos++ ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment