diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:02:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-20 06:02:23 +0000 |
commit | 38ea1d18d790dbeb47ee836fe31f633e21a96e83 (patch) | |
tree | 18958f7f128987f6bd9c2b4d280698165018810a /oox/source/drawingml/table/tablestylepart.cxx | |
parent | aea1c6c2ab172079508bca2296bcbfc526aff6bf (diff) |
INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED
2008/06/10 11:57:47 sj 1.1.2.2: updating license text
2008/03/28 20:03:36 sj 1.1.2.1: initial version
Diffstat (limited to 'oox/source/drawingml/table/tablestylepart.cxx')
-rw-r--r-- | oox/source/drawingml/table/tablestylepart.cxx | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/oox/source/drawingml/table/tablestylepart.cxx b/oox/source/drawingml/table/tablestylepart.cxx new file mode 100644 index 000000000000..8d9303276f22 --- /dev/null +++ b/oox/source/drawingml/table/tablestylepart.cxx @@ -0,0 +1,52 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: tablestylepart.cxx,v $ + * $Revision: 1.2 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#include "oox/drawingml/table/tablestylepart.hxx" +#include "oox/drawingml/drawingmltypes.hxx" +#include "oox/core/namespaces.hxx" +#include "tokens.hxx" + +using rtl::OUString; +using namespace ::oox::core; +using namespace ::com::sun::star; +using namespace ::com::sun::star::uno; +using namespace ::com::sun::star::beans; + +namespace oox { namespace drawingml { namespace table { + +TableStylePart::TableStylePart() +{ +} + +TableStylePart::~TableStylePart() +{ +} + +} } } |