Context.hxx (22de8995) | Context.hxx (95a18594) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22#ifndef SFX_SIDEBAR_CONTEXT_HXX 23#define SFX_SIDEBAR_CONTEXT_HXX 24 25#include "rtl/ustring.hxx" 26 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22#ifndef SFX_SIDEBAR_CONTEXT_HXX 23#define SFX_SIDEBAR_CONTEXT_HXX 24 25#include "rtl/ustring.hxx" 26 |
27#include <vector> |
|
27 28namespace sfx2 { 29 30class Context 31{ 32public: 33 ::rtl::OUString msApplication; 34 ::rtl::OUString msContext; --- 29 unchanged lines hidden --- | 28 29namespace sfx2 { 30 31class Context 32{ 33public: 34 ::rtl::OUString msApplication; 35 ::rtl::OUString msContext; --- 29 unchanged lines hidden --- |