summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_canvashelper_texturefill.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/cairo/cairo_canvashelper_texturefill.cxx')
-rw-r--r--canvas/source/cairo/cairo_canvashelper_texturefill.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/canvas/source/cairo/cairo_canvashelper_texturefill.cxx b/canvas/source/cairo/cairo_canvashelper_texturefill.cxx
index ee8aff6980cf..7d4f459c8908 100644
--- a/canvas/source/cairo/cairo_canvashelper_texturefill.cxx
+++ b/canvas/source/cairo/cairo_canvashelper_texturefill.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -142,3 +143,5 @@ namespace cairocanvas
return uno::Reference< rendering::XCachedPrimitive >(NULL);
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */