summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:01:54 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:11 +0200
commit5f684581126028798eb82ba5904179b36dac9841 (patch)
tree2ca33aeb21c476824ae644cdb36aee6ec9eaf374 /vcl
parent78ced6235b0a0f043d9e9618cd8758a8e6f34d33 (diff)
delete more code that was commented out
Change-Id: I8a37b482ca4abb440691b2490e43ecd93a8dbbc5
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/sgvmain.hxx2
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx
index ed7223f9f6b9..a42795e05bb7 100644
--- a/vcl/source/filter/sgvmain.hxx
+++ b/vcl/source/filter/sgvmain.hxx
@@ -137,7 +137,6 @@ public:
PointType ObjMax; // XY-Maximum des Objekts
sal_uInt8 Art;
sal_uInt8 Layer;
-// sal_uInt8 Flags; // (Schummel f"ur Allignment unter NT)
friend SvStream& operator>>(SvStream& rIStream, ObjkType& rObjk);
friend sal_Bool ObjOverSeek(SvStream& rInp, ObjkType& rObjk);
virtual void Draw(OutputDevice& rOut);
@@ -287,7 +286,6 @@ public:
sal_uInt32 ChartPtr; // Diagrammstruktur
sal_uInt32 GetSubPtr(); // hier nur zum Checken, ob Sublist evtl. leer ist.
friend SvStream& operator>>(SvStream& rIStream, GrupType& rGrup);
-// virtual void Draw(OutputDevice& rOut);
};
void SetLine(ObjLineType& rLine, OutputDevice& rOut);
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 05a9240c25bc..11211621c00e 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -236,7 +236,6 @@ void doTestCode()
aClipPoly.append( basegfx::B2DPoint( 8250, 12600 ) );
aClipPoly.append( basegfx::B2DPoint( 4500, 11100 ) );
aClipPoly.setClosed( true );
- //aClipPoly.flip();
aClip.append( aClipPoly );
aWriter.Push( PUSH_CLIPREGION | PUSH_FILLCOLOR );
@@ -11882,7 +11881,6 @@ sal_Int32 PDFWriterImpl::createControl( const PDFWriter::AnyWidget& rControl, sa
m_nSignatureObject = createObject();
rNewWidget.m_aValue = OUString::number( m_nSignatureObject );
rNewWidget.m_aValue += " 0 R";
- //createDefaultSignatureAppearance( rNewWidget, rSig );
// let's add a fake appearance
rNewWidget.m_aAppearances[ "N" ][ "Standard" ] = new SvMemoryStream();
}